From: Sergey Ponomarev Date: Thu, 8 Feb 2024 23:19:40 +0000 (+0200) Subject: luci-app-tor: fix ACL for tor-hs-rpc X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=a4e586397e9d5695b2c435b03fb5b5da27ac6aa0;p=project%2Fluci.git luci-app-tor: fix ACL for tor-hs-rpc The ACL has old tor_rpcd.sh which was changed in the tor-hs v0.0.1-3 to tor-hs-rpc. Signed-off-by: Sergey Ponomarev --- diff --git a/applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json b/applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json index 81bb9272bd..0d109b1c98 100644 --- a/applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json +++ b/applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json @@ -3,7 +3,7 @@ "description": "Grant UCI access for luci-app-tor", "read": { "ubus": { - "tor_rpcd.sh": [ + "tor-hs-rpc": [ "list-hs" ] },